home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / docs / HTML_Progress / ChangeLog next >
Text File  |  2004-03-24  |  5KB  |  127 lines

  1. $Id: ChangeLog,v 1.2 2004/02/14 22:52:31 farell Exp $
  2.  
  3. -------------------------Release 1.1--------------------------
  4. 2004-02-14  Laurent Laville <pear@laurent-laville.org>
  5.     * HTML_Progress_Uploader is the new GUI class for FTP_Upload
  6.     * FTP_Upload is an independant class to manage files ftp upload
  7.       Credit to Tomas VV Cox for idea and code pick from package
  8.       HTTP_Upload.
  9.  
  10. 2004-02-13  Laurent Laville <pear@laurent-laville.org>
  11.     * fixes PEAR-BUG#342 http://pear.php.net/bugs/bug.php?id=342
  12.       add the new method setAnimSpeed() instead of sleep(1)
  13.     * HTML_Progress_Generator is the next generation of 
  14.       interactive tools to build online your own progress bar
  15.  
  16. 2004-02-10  Laurent Laville <pear@laurent-laville.org>
  17.     * HTML_Progress_Monitor support the QF renderer solution
  18.  
  19. -------------------------Release 1.0--------------------------
  20. 2003-11-15  Laurent Laville <pear@laurent-laville.org>
  21.     * fixes compatibility with PHP 4.1.0 and 
  22.       HTML_Progress_DM::getPercentComplete() method.
  23.  
  24. 2003-11-14  Laurent Laville <pear@laurent-laville.org>
  25.     * adds HTML_Progress::getScript() method for easy JS grab
  26.  
  27. 2003-11-13  Laurent Laville <pear@laurent-laville.org>
  28.     * fixes PEAR-BUG#233 http://pear.php.net/bugs/bug.php?id=233
  29.       adds new HTML_Progress::getScript() method
  30.  
  31. 2003-11-12  Laurent Laville <pear@laurent-laville.org>
  32.     * phpDocumentor-tutorial completed 
  33.  
  34. 2003-11-06  Laurent Laville <pear@laurent-laville.org>
  35.     * publish Release Candidate 2
  36.  
  37. 2003-11-04  Laurent Laville <pear@laurent-laville.org>
  38.     * optimize internal JavaScript code. See getScript() method
  39.     * separate each shape generation into toHtml() method
  40.  
  41. 2003-10-30  Laurent Laville <pear@laurent-laville.org>
  42.     * publish Release Candidate 1
  43.  
  44. 2003-10-28  Laurent Laville <pear@laurent-laville.org>
  45.     * Rewrites all API, and adds new features.
  46.     * adds pre-set UI models into ProgressMaker tools.
  47.     * adds ProgressMonitor, an easy way to display progress 
  48.       in a dialog box. The user can cancel the task.
  49.     * CSS id and class selectors are customizable.
  50.     * adds ProgressObserver for watching progress bar activity 
  51.       and taking actions on exceptional events.
  52.  
  53. -------------------------Release 0.6.2------------------------
  54. 2003-09-24  Laurent Laville <pear@laurent-laville.org>
  55.     * adds example1f to use two progressbar with iframes solution
  56.  
  57. 2003-09-22  Laurent Laville <pear@laurent-laville.org>
  58.     * fixes PEAR-BUG#28 http://pear.php.net/bugs/bug.php?id=28
  59.     * fixes PEAR-BUG#29 http://pear.php.net/bugs/bug.php?id=29
  60.     * examples progress3r[1-2] works now with IE4 and NS4
  61.     * adds example1p to show how to use new parameter 
  62.       in setPage() method
  63.  
  64. -------------------------Release 0.6.1------------------------
  65. 2003-09-09  Laurent Laville <pear@laurent-laville.org>
  66.     * fixes javascript errors with IE4 and NS4 browsers
  67.       Thanks to Christian Wenz
  68.     * include now ProgressMaker, a dynamic tools to build 
  69.       and test all functionalities
  70.  
  71. -------------------------Release 0.6.0------------------------
  72. 2003-08-28  Laurent Laville <pear@laurent-laville.org>
  73.     * Latest optimization on CSS generated 
  74.  
  75. 2003-08-27  Laurent Laville <pear@laurent-laville.org>
  76.     * Tutorial has been upgraded accordinglty 
  77.       with new features and examples.
  78.  
  79. 2003-08-26  Laurent Laville <pear@laurent-laville.org>
  80.     * Add new feature: API setCell to customize cell-display
  81.  
  82. 2003-08-25  Laurent Laville <pear@laurent-laville.org>
  83.     * Progress bar will now take by default the optimized 
  84.       size (height, width).
  85.  
  86. 2003-08-23  Laurent Laville <pear@laurent-laville.org>
  87.     * More attributes on setText API that allows to have 
  88.       a separate zone for percent text info of progress bar.
  89.       The text may be attach on each sides of progress bar
  90.       and not only on right side as in previous version.
  91.  
  92.     * Add new feature: API setMessage, setMessageLine
  93.       to provides display message on each step of progress
  94.  
  95. 2003-08-20  Laurent Laville <pear@laurent-laville.org>
  96.     * all bar element size are now exclusively in pixel;
  97.       suppress suffix 'px' on attributes values
  98.  
  99. 2003-08-19  Laurent Laville <pear@laurent-laville.org>
  100.     * Rewrite code with suggestions of Stefan Neufeind
  101.       and Greg Beaver
  102.  
  103. -------------------------Release 0.5.0------------------------
  104. 2003-08-06  Laurent Laville <laurent.laville@worldonline.fr>
  105.     * New tutorial/howto is available in bundle distribution
  106.       and online at URL 
  107.       http://farell.free.fr/en/pear/sources/HTML_Progress/docs/
  108.  
  109. 2003-08-05  Laurent Laville <laurent.laville@worldonline.fr>
  110.     * 2 news subclasses to create horizontal and vertical 
  111.       loading bar (on a idea of Arnaud Limbourg).
  112.     * JavaScript code is now embedded into core HTML_Progress class
  113.       Thanks to Yavor Shahpasov for his comment.
  114.  
  115. -------------------------Release 0.4.2------------------------
  116. 2003-08-01  Laurent Laville <laurent.laville@worldonline.fr>
  117.     * First public release on PEAR website.
  118.  
  119. -------------------------Release 0.4.1------------------------
  120. 2003-07-24  Laurent Laville <laurent.laville@worldonline.fr>
  121.     * notice errors is fixed in display method
  122.       Thanks to Davey Shafik.
  123.  
  124. -------------------------Release 0.4--------------------------
  125. 2003-07-23  Laurent Laville <laurent.laville@worldonline.fr>
  126.     * first stable release of package.
  127.